Skip to content

Conversation

Jakubk15
Copy link
Member

@Jakubk15 Jakubk15 commented Oct 5, 2025

No description provided.

Copy link

vercel bot commented Oct 5, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
website Ready Ready Preview Comment Oct 5, 2025 2:58pm

Copy link

Summary of Changes

Hello @Jakubk15, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request expands the project's documentation by introducing two new pages for the /burn and /fireball commands. Each page provides clear usage instructions and includes an animated GIF to visually demonstrate the command's functionality, making it easier for users to understand and utilize these features.

Highlights

  • New Documentation Page: Burn Command: A new documentation page has been added for the /burn command, detailing its usage for setting players on fire for a specified duration, complete with a GIF demonstration.
  • New Documentation Page: Fireball Command: A new documentation page has been introduced for the /fireball command, explaining how server staff can launch fireballs at players or entities, including speed control and a GIF example.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@Jakubk15 Jakubk15 changed the title Add more GIFs and docs pages GH-162 Add more GIFs and docs pages Oct 5, 2025
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds documentation pages for the /burn and /fireball commands. The new documentation is a good addition. I've provided a couple of suggestions to improve the formatting and clarity of the command usage instructions, making them more concise and easier for users to understand at a glance.

Comment on lines +9 to +10
To use the command, type `/burn <player> <ticks>`, replacing `<player>` with the target player's name and `<ticks>` with the desired duration in ticks (20 ticks = 1 second).
You can also use `/burn <ticks>` to set yourself on fire for the specified duration.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The description of the command's usage can be made more concise and readable. Combining the information into a more direct format and using code formatting for the command examples will improve clarity.

Use `/burn <player> <ticks>` to set a player on fire, or `/burn <ticks>` to set yourself on fire.
The duration is specified in ticks (20 ticks = 1 second).

Comment on lines +9 to +11
To use the command, type `/fireball <speed>`. Fireball will be launched in the direction you are facing.
The `<speed>` parameter controls how fast the fireball travels; higher values result in faster fireballs.
Negative values can be used to launch fireballs backward.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The explanation for the /fireball command can be streamlined for better readability. Condensing the description of the <speed> parameter makes the instructions more direct and easier to follow.

To use the command, type `/fireball <speed>`. The fireball will be launched in the direction you are facing.
The `<speed>` parameter controls its speed: higher values are faster, and negative values launch it backward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant